Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which
authorOwen Taylor <otaylor@redhat.com>
Fri, 6 Jul 2001 02:10:32 +0000 (02:10 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 6 Jul 2001 02:10:32 +0000 (02:10 +0000)
commit0b6c3f54974234f04835911c8846f304401bd4e4
tree31134c5b98e9719c4ab4a6c052bb894bc5a10390
parentd69aa7e9c1a07fc5188555038c2bffc4ee3ea24d
Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which

Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
Patch from Gregory Merchan to add
gtk_button_box_set_secondary(), which separates
the child into a separate group from the normal
buttons. (#56331)

* gtk/gtkdialog.c: Make help buttons secondary by
default.

* gtk/gtkbbox.c: Added a child property "secondary".

* gtk/testgtk.c: Turn on the help button for the
color selector to check that it properly appears
as secondary.
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gtk/tmpl/gtkbox.sgml
gtk/gtkbbox.c
gtk/gtkbbox.h
gtk/gtkbox.c
gtk/gtkbox.h
gtk/gtkdialog.c
gtk/gtkhbbox.c
gtk/gtkvbbox.c
tests/testgtk.c